Improve gtk_builder_get_type_from_name() documentation. (#461222, Murray
authorJohan Dahlin <jdahlin@async.com.br>
Wed, 24 Oct 2007 18:24:44 +0000 (18:24 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Wed, 24 Oct 2007 18:24:44 +0000 (18:24 +0000)
2007-10-24  Johan Dahlin  <jdahlin@async.com.br>

* gtk/gtkbuilder.c: Improve gtk_builder_get_type_from_name()
documentation. (#461222, Murray Cumming)

svn path=/trunk/; revision=18948

ChangeLog
gtk/gtkbuilder.c

index eaa8ed445e821e562dbe646e3171d36cba248069..2b6be46e7f5b05ae8aef5c99ff82ef5d1bf8163e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-24  Johan Dahlin  <jdahlin@async.com.br>
+
+       * gtk/gtkbuilder.c: Improve gtk_builder_get_type_from_name()
+       documentation. (#461222, Murray Cumming)
+
 2007-10-24  Richard Hult  <richard@imendio.com>
 
        * gdk/quartz/gdkwindow-quartz.c: (update_toplevel_order): Use an
index 1ab9acbca0964767386d12a635385c18c5b840f9..ad1e6fe82a210573a42e1e609dc00f0c148e14f4 100644 (file)
@@ -1406,7 +1406,8 @@ _gtk_builder_flags_from_string (GType         type,
  * @type_name: type name to lookup
  *
  * Looks up a type by name, using the virtual function that 
- * #GtkBuilder has for that purpose.
+ * #GtkBuilder has for that purpose. This is mainly used when
+ * implementing the #GtkBuildable interface on a type.
  *
  * Returns: the #GType found for @type_name or #G_TYPE_INVALID 
  *   if no type was found